﻿2026-06-05T23:55:49.2025107Z Current runner version: '2.334.0'
2026-06-05T23:55:49.2034831Z Runner name: 'gravity'
2026-06-05T23:55:49.2035835Z Runner group name: 'Default'
2026-06-05T23:55:49.2037429Z Machine name: 'gravity-linux'
2026-06-05T23:55:49.2041971Z ##[group]GITHUB_TOKEN Permissions
2026-06-05T23:55:49.2046072Z Contents: read
2026-06-05T23:55:49.2047019Z Metadata: read
2026-06-05T23:55:49.2047793Z Packages: read
2026-06-05T23:55:49.2048584Z ##[endgroup]
2026-06-05T23:55:49.2052343Z Secret source: Actions
2026-06-05T23:55:49.2053403Z Prepare workflow directory
2026-06-05T23:55:49.2818944Z Prepare all required actions
2026-06-05T23:55:49.2878275Z Getting action download info
2026-06-05T23:55:49.8993794Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-05T23:55:50.9210734Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2026-06-05T23:55:53.1915765Z Complete job name: build (self-hosted, Linux, gravity, spt-x86_64-linux, target/release/spt)
2026-06-05T23:55:53.3163712Z ##[group]Run actions/checkout@v5
2026-06-05T23:55:53.3164911Z with:
2026-06-05T23:55:53.3165330Z   repository: SaberMage/spt-core
2026-06-05T23:55:53.3170498Z   token: ***
2026-06-05T23:55:53.3170895Z   ssh-strict: true
2026-06-05T23:55:53.3171277Z   ssh-user: git
2026-06-05T23:55:53.3171678Z   persist-credentials: true
2026-06-05T23:55:53.3172109Z   clean: true
2026-06-05T23:55:53.3172506Z   sparse-checkout-cone-mode: true
2026-06-05T23:55:53.3172968Z   fetch-depth: 1
2026-06-05T23:55:53.3173362Z   fetch-tags: false
2026-06-05T23:55:53.3173757Z   show-progress: true
2026-06-05T23:55:53.3174185Z   lfs: false
2026-06-05T23:55:53.3174559Z   submodules: false
2026-06-05T23:55:53.3174960Z   set-safe-directory: true
2026-06-05T23:55:53.3175913Z ##[endgroup]
2026-06-05T23:55:53.4726456Z Syncing repository: SaberMage/spt-core
2026-06-05T23:55:53.4729301Z ##[group]Getting Git version info
2026-06-05T23:55:53.4730338Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-05T23:55:53.4731722Z [command]/usr/bin/git version
2026-06-05T23:55:53.4732269Z git version 2.34.1
2026-06-05T23:55:53.4734088Z ##[endgroup]
2026-06-05T23:55:53.4741936Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/9ba521a8-e1b1-4091-9039-11a576597c94/.gitconfig'
2026-06-05T23:55:53.4743577Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/9ba521a8-e1b1-4091-9039-11a576597c94' before making global git config changes
2026-06-05T23:55:53.4744989Z Adding repository directory to the temporary git global config as a safe directory
2026-06-05T23:55:53.4746181Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-05T23:55:53.4787993Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-05T23:55:53.4821226Z https://github.com/SaberMage/spt-core
2026-06-05T23:55:53.4839499Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-05T23:55:53.4845547Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-05T23:55:53.4875690Z HEAD
2026-06-05T23:55:53.4928408Z ##[endgroup]
2026-06-05T23:55:53.4933323Z [command]/usr/bin/git submodule status
2026-06-05T23:55:53.5177380Z ##[group]Cleaning the repository
2026-06-05T23:55:53.5183078Z [command]/usr/bin/git clean -ffdx
2026-06-05T23:55:54.0008258Z Removing target/
2026-06-05T23:55:54.0023980Z [command]/usr/bin/git reset --hard HEAD
2026-06-05T23:55:54.0103901Z HEAD is now at 6b530aa test(release): missing keys file now means the BUILTIN set, not empty
2026-06-05T23:55:54.0111520Z ##[endgroup]
2026-06-05T23:55:54.0114957Z ##[group]Disabling automatic garbage collection
2026-06-05T23:55:54.0122362Z [command]/usr/bin/git config --local gc.auto 0
2026-06-05T23:55:54.0168347Z ##[endgroup]
2026-06-05T23:55:54.0169847Z ##[group]Setting up auth
2026-06-05T23:55:54.0179873Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-05T23:55:54.0229609Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-05T23:55:54.0510860Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-05T23:55:54.0554787Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-05T23:55:54.0836536Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-05T23:55:54.0946003Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-05T23:55:54.1132675Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-05T23:55:54.1191457Z ##[endgroup]
2026-06-05T23:55:54.1192673Z ##[group]Fetching the repository
2026-06-05T23:55:54.1204136Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6b530aab6d2ac2ce2ecf7ce6db7b3a2af7b9840b:refs/tags/v0.1.0
2026-06-05T23:55:54.6633195Z ##[endgroup]
2026-06-05T23:55:54.6634398Z ##[group]Determining the checkout info
2026-06-05T23:55:54.6636819Z ##[endgroup]
2026-06-05T23:55:54.6645425Z [command]/usr/bin/git sparse-checkout disable
2026-06-05T23:55:54.6706994Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-05T23:55:54.6746571Z ##[group]Checking out the ref
2026-06-05T23:55:54.6752829Z [command]/usr/bin/git checkout --progress --force refs/tags/v0.1.0
2026-06-05T23:55:54.6806489Z HEAD is now at 6b530aa test(release): missing keys file now means the BUILTIN set, not empty
2026-06-05T23:55:54.6811396Z ##[endgroup]
2026-06-05T23:55:54.6867932Z [command]/usr/bin/git log -1 --format=%H
2026-06-05T23:55:54.6901063Z 6b530aab6d2ac2ce2ecf7ce6db7b3a2af7b9840b
2026-06-05T23:55:54.7210890Z ##[group]Run cargo build --release -p spt --bin spt
2026-06-05T23:55:54.7211587Z [36;1mcargo build --release -p spt --bin spt[0m
2026-06-05T23:55:54.7235469Z shell: /usr/bin/bash -e {0}
2026-06-05T23:55:54.7235901Z ##[endgroup]
2026-06-05T23:55:55.3375831Z    Compiling proc-macro2 v1.0.106
2026-06-05T23:55:55.3376989Z    Compiling quote v1.0.45
2026-06-05T23:55:55.3404510Z    Compiling unicode-ident v1.0.24
2026-06-05T23:55:55.3405380Z    Compiling libc v0.2.186
2026-06-05T23:55:55.4821443Z    Compiling serde_core v1.0.228
2026-06-05T23:55:55.5799428Z    Compiling serde v1.0.228
2026-06-05T23:55:55.9090945Z    Compiling cfg-if v1.0.4
2026-06-05T23:55:55.9560856Z    Compiling pin-project-lite v0.2.17
2026-06-05T23:55:56.0210486Z    Compiling typenum v1.20.1
2026-06-05T23:55:57.1156214Z    Compiling syn v2.0.117
2026-06-05T23:55:57.6203275Z    Compiling version_check v0.9.5
2026-06-05T23:55:58.0040757Z    Compiling portable-atomic v1.13.1
2026-06-05T23:55:58.4253223Z    Compiling memchr v2.8.1
2026-06-05T23:55:58.5518898Z    Compiling critical-section v1.2.0
2026-06-05T23:55:58.6351151Z    Compiling bytes v1.11.1
2026-06-05T23:56:00.4770959Z    Compiling futures-core v0.3.32
2026-06-05T23:56:00.6293519Z    Compiling subtle v2.6.1
2026-06-05T23:56:00.7200914Z    Compiling log v0.4.32
2026-06-05T23:56:00.7460986Z    Compiling generic-array v0.14.7
2026-06-05T23:56:00.8421039Z    Compiling socket2 v0.6.4
2026-06-05T23:56:00.8930795Z    Compiling find-msvc-tools v0.1.9
2026-06-05T23:56:01.0590548Z    Compiling semver v1.0.28
2026-06-05T23:56:01.1850868Z    Compiling shlex v2.0.1
2026-06-05T23:56:01.3869082Z    Compiling smallvec v1.15.1
2026-06-05T23:56:01.4820573Z    Compiling rustc_version v0.4.1
2026-06-05T23:56:01.7600745Z    Compiling cc v1.2.63
2026-06-05T23:56:02.7051087Z    Compiling mio v1.2.1
2026-06-05T23:56:03.0290905Z    Compiling stable_deref_trait v1.2.1
2026-06-05T23:56:03.0788767Z    Compiling futures-io v0.3.32
2026-06-05T23:56:03.3040979Z    Compiling futures-sink v0.3.32
2026-06-05T23:56:03.3916974Z    Compiling slab v0.4.12
2026-06-05T23:56:03.6369557Z    Compiling synstructure v0.13.2
2026-06-05T23:56:03.9780512Z    Compiling futures-channel v0.3.32
2026-06-05T23:56:04.1404664Z    Compiling futures-task v0.3.32
2026-06-05T23:56:04.3529948Z    Compiling crypto-common v0.1.7
2026-06-05T23:56:04.3569745Z    Compiling itoa v1.0.18
2026-06-05T23:56:04.4610795Z    Compiling equivalent v1.0.2
2026-06-05T23:56:04.5195567Z    Compiling getrandom v0.2.17
2026-06-05T23:56:04.5260549Z    Compiling cpufeatures v0.2.17
2026-06-05T23:56:04.5700425Z    Compiling hashbrown v0.17.1
2026-06-05T23:56:04.7219404Z    Compiling cfg_aliases v0.2.1
2026-06-05T23:56:04.7693962Z    Compiling rustversion v1.0.22
2026-06-05T23:56:04.8330657Z    Compiling writeable v0.6.3
2026-06-05T23:56:05.0740697Z    Compiling litemap v0.8.2
2026-06-05T23:56:05.1830364Z    Compiling rand_core v0.10.1
2026-06-05T23:56:05.3687317Z    Compiling utf8_iter v1.0.4
2026-06-05T23:56:05.3949641Z    Compiling icu_properties_data v2.2.0
2026-06-05T23:56:05.5131428Z    Compiling icu_normalizer_data v2.2.0
2026-06-05T23:56:05.6435877Z    Compiling getrandom v0.4.2
2026-06-05T23:56:05.8790064Z    Compiling indexmap v2.14.0
2026-06-05T23:56:06.0849740Z    Compiling bitflags v2.12.1
2026-06-05T23:56:06.2281028Z    Compiling percent-encoding v2.3.2
2026-06-05T23:56:06.4475549Z    Compiling serde_derive v1.0.228
2026-06-05T23:56:06.6030743Z    Compiling zeroize_derive v1.4.3
2026-06-05T23:56:06.6280565Z    Compiling tokio-macros v2.7.0
2026-06-05T23:56:07.2650812Z    Compiling zeroize v1.8.2
2026-06-05T23:56:07.4780766Z    Compiling tokio v1.52.3
2026-06-05T23:56:07.4988133Z    Compiling zerofrom-derive v0.1.7
2026-06-05T23:56:07.5620925Z    Compiling futures-macro v0.3.32
2026-06-05T23:56:08.6030547Z    Compiling futures-util v0.3.32
2026-06-05T23:56:09.2660588Z    Compiling zerofrom v0.1.8
2026-06-05T23:56:09.3970591Z    Compiling yoke-derive v0.8.2
2026-06-05T23:56:10.9450807Z    Compiling yoke v0.8.3
2026-06-05T23:56:11.2241521Z    Compiling zerovec-derive v0.11.3
2026-06-05T23:56:13.1260551Z    Compiling zerovec v0.11.6
2026-06-05T23:56:14.2760614Z    Compiling once_cell v1.21.4
2026-06-05T23:56:14.3520548Z    Compiling displaydoc v0.2.6
2026-06-05T23:56:14.3840685Z    Compiling tracing-attributes v0.1.31
2026-06-05T23:56:14.5928170Z    Compiling tracing-core v0.1.36
2026-06-05T23:56:15.2750537Z    Compiling tinystr v0.8.3
2026-06-05T23:56:15.5390622Z    Compiling icu_locale_core v2.2.0
2026-06-05T23:56:16.3189960Z    Compiling tracing v0.1.44
2026-06-05T23:56:16.5890379Z    Compiling zerotrie v0.2.4
2026-06-05T23:56:16.9957390Z    Compiling potential_utf v0.1.5
2026-06-05T23:56:17.1730917Z    Compiling icu_collections v2.2.0
2026-06-05T23:56:17.3112912Z    Compiling tokio-util v0.7.18
2026-06-05T23:56:18.5319104Z    Compiling icu_provider v2.2.0
2026-06-05T23:56:19.6240311Z    Compiling icu_normalizer v2.2.0
2026-06-05T23:56:21.2038122Z    Compiling icu_properties v2.2.0
2026-06-05T23:56:21.9970161Z    Compiling http v1.4.1
2026-06-05T23:56:22.2170722Z    Compiling ring v0.17.14
2026-06-05T23:56:22.8180355Z    Compiling thiserror v2.0.18
2026-06-05T23:56:23.1178188Z    Compiling autocfg v1.5.1
2026-06-05T23:56:23.6850384Z    Compiling cpufeatures v0.3.0
2026-06-05T23:56:23.7349892Z    Compiling idna_adapter v1.2.2
2026-06-05T23:56:24.5650819Z    Compiling rustls-pki-types v1.14.1
2026-06-05T23:56:25.7126210Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-05T23:56:26.1348312Z    Compiling thiserror-impl v2.0.18
2026-06-05T23:56:26.4150341Z    Compiling idna v1.1.0
2026-06-05T23:56:28.0889873Z    Compiling chacha20 v0.10.0
2026-06-05T23:56:28.5050512Z    Compiling ipnet v2.12.0
2026-06-05T23:56:30.5838487Z    Compiling form_urlencoded v1.2.2
2026-06-05T23:56:30.8692462Z    Compiling block-buffer v0.10.4
2026-06-05T23:56:30.9097945Z    Compiling anyhow v1.0.102
2026-06-05T23:56:30.9934680Z    Compiling untrusted v0.9.0
2026-06-05T23:56:31.0828378Z    Compiling strsim v0.11.1
2026-06-05T23:56:31.1336373Z    Compiling ident_case v1.0.1
2026-06-05T23:56:31.1558705Z    Compiling fnv v1.0.7
2026-06-05T23:56:31.2041678Z    Compiling digest v0.10.7
2026-06-05T23:56:31.2114027Z    Compiling url v2.5.8
2026-06-05T23:56:31.4696376Z    Compiling darling_core v0.20.11
2026-06-05T23:56:31.5200818Z    Compiling rand v0.10.1
2026-06-05T23:56:32.9802586Z    Compiling scopeguard v1.2.0
2026-06-05T23:56:33.0491243Z    Compiling rustls v0.23.40
2026-06-05T23:56:33.1563867Z    Compiling unicode-segmentation v1.13.3
2026-06-05T23:56:33.7858853Z    Compiling convert_case v0.10.0
2026-06-05T23:56:34.1682057Z    Compiling lock_api v0.4.14
2026-06-05T23:56:34.5298887Z    Compiling unicode-xid v0.2.6
2026-06-05T23:56:34.6160534Z    Compiling const-oid v0.10.2
2026-06-05T23:56:35.0234738Z    Compiling atomic-waker v1.1.2
2026-06-05T23:56:35.1181333Z    Compiling derive_more-impl v2.1.1
2026-06-05T23:56:35.9003058Z    Compiling darling_macro v0.20.11
2026-06-05T23:56:36.2301279Z    Compiling darling v0.20.11
2026-06-05T23:56:36.2510722Z    Compiling zerocopy v0.8.50
2026-06-05T23:56:36.2800620Z    Compiling httparse v1.10.1
2026-06-05T23:56:36.5973737Z    Compiling derive_builder_core v0.20.2
2026-06-05T23:56:36.6361075Z    Compiling h2 v0.4.14
2026-06-05T23:56:38.0676156Z    Compiling http-body v1.0.1
2026-06-05T23:56:38.2161363Z    Compiling curve25519-dalek v4.1.3
2026-06-05T23:56:38.3910557Z    Compiling ahash v0.8.12
2026-06-05T23:56:38.5290644Z    Compiling hybrid-array v0.4.12
2026-06-05T23:56:39.5631026Z    Compiling paste v1.0.15
2026-06-05T23:56:39.7940462Z    Compiling base64ct v1.8.3
2026-06-05T23:56:40.3020733Z    Compiling rustls-webpki v0.103.13
2026-06-05T23:56:40.8520670Z    Compiling derive_more v2.1.1
2026-06-05T23:56:41.0970546Z    Compiling heck v0.5.0
2026-06-05T23:56:41.3621601Z    Compiling pem-rfc7468 v1.0.0
2026-06-05T23:56:45.4750447Z    Compiling derive_builder_macro v0.20.2
2026-06-05T23:56:46.8100700Z    Compiling num-traits v0.2.19
2026-06-05T23:56:46.9248420Z    Compiling spez v0.1.2
2026-06-05T23:56:47.2821103Z    Compiling n0-error-macros v0.1.3
2026-06-05T23:56:48.5170908Z    Compiling rand_core v0.6.4
2026-06-05T23:56:48.7420648Z    Compiling base64 v0.22.1
2026-06-05T23:56:49.5490611Z    Compiling data-encoding v2.11.0
2026-06-05T23:56:53.1705681Z    Compiling fastrand v2.4.1
2026-06-05T23:56:53.5752512Z    Compiling tower-service v0.3.3
2026-06-05T23:56:53.5792515Z    Compiling vcpkg v0.2.15
2026-06-05T23:56:53.6340683Z    Compiling tinyvec_macros v0.1.1
2026-06-05T23:56:53.6780631Z    Compiling zmij v1.0.21
2026-06-05T23:56:53.8790681Z    Compiling pkg-config v0.3.33
2026-06-05T23:56:54.5810727Z    Compiling parking_lot_core v0.9.12
2026-06-05T23:56:54.6530703Z    Compiling try-lock v0.2.5
2026-06-05T23:56:54.7280578Z    Compiling want v0.3.1
2026-06-05T23:56:54.7757673Z    Compiling libsqlite3-sys v0.30.1
2026-06-05T23:56:54.9380894Z    Compiling tinyvec v1.11.0
2026-06-05T23:56:55.3676001Z    Compiling n0-error v0.1.3
2026-06-05T23:56:56.1440598Z    Compiling derive_builder v0.20.2
2026-06-05T23:56:56.3510706Z    Compiling der v0.8.0-rc.10
2026-06-05T23:56:56.7720568Z    Compiling block-buffer v0.12.0
2026-06-05T23:56:56.9720868Z    Compiling crypto-common v0.2.2
2026-06-05T23:56:59.6750869Z    Compiling sha2 v0.10.9
2026-06-05T23:57:01.0240741Z    Compiling pin-project-internal v1.1.13
2026-06-05T23:57:01.9408777Z    Compiling vergen-lib v9.1.0
2026-06-05T23:57:02.0444661Z    Compiling n0-future v0.3.2
2026-06-05T23:57:02.2340576Z    Compiling inout v0.1.4
2026-06-05T23:57:02.3738905Z    Compiling cordyceps v0.3.4
2026-06-05T23:57:02.5203779Z    Compiling signature v2.2.0
2026-06-05T23:57:02.6410786Z    Compiling crossbeam-utils v0.8.21
2026-06-05T23:57:02.6471290Z    Compiling httpdate v1.0.3
2026-06-05T23:57:02.8786541Z    Compiling winnow v1.0.3
2026-06-05T23:57:03.2730354Z    Compiling serde_json v1.0.150
2026-06-05T23:57:03.4010854Z    Compiling parking v2.2.1
2026-06-05T23:57:03.5898738Z    Compiling spin v0.10.0
2026-06-05T23:57:03.8990691Z    Compiling diatomic-waker v0.2.3
2026-06-05T23:57:04.0644709Z    Compiling futures-buffered v0.2.13
2026-06-05T23:57:04.7300911Z    Compiling futures-lite v2.6.1
2026-06-05T23:57:05.1430717Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-05T23:57:05.4120529Z    Compiling hyper v1.10.1
2026-06-05T23:57:06.2180673Z    Compiling pin-project v1.1.13
2026-06-05T23:57:06.2830564Z    Compiling ed25519 v2.2.3
2026-06-05T23:57:06.3440930Z    Compiling cipher v0.4.4
2026-06-05T23:57:06.5740825Z    Compiling spki v0.8.0-rc.4
2026-06-05T23:57:06.7020642Z    Compiling digest v0.11.3
2026-06-05T23:57:06.9272899Z    Compiling netlink-packet-core v0.8.1
2026-06-05T23:57:07.6541044Z    Compiling hashbrown v0.14.5
2026-06-05T23:57:09.9510631Z    Compiling tokio-rustls v0.26.4
2026-06-05T23:57:10.4501281Z    Compiling vergen v9.1.0
2026-06-05T23:57:10.5650627Z    Compiling vergen-lib v0.1.6
2026-06-05T23:57:10.6830425Z    Compiling noq-udp v0.10.0
2026-06-05T23:57:11.0153029Z    Compiling universal-hash v0.5.1
2026-06-05T23:57:11.1370931Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-05T23:57:11.3143988Z    Compiling heapless v0.7.17
2026-06-05T23:57:11.4862379Z    Compiling sync_wrapper v1.0.2
2026-06-05T23:57:11.5760619Z    Compiling byteorder v1.5.0
2026-06-05T23:57:11.8550576Z    Compiling opaque-debug v0.3.1
2026-06-05T23:57:11.9000590Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-05T23:57:12.1965502Z    Compiling powerfmt v0.2.0
2026-06-05T23:57:12.4310731Z    Compiling either v1.16.0
2026-06-05T23:57:12.7698403Z    Compiling prefix-trie v0.8.4
2026-06-05T23:57:14.0970557Z    Compiling deranged v0.5.8
2026-06-05T23:57:14.8748453Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-05T23:57:16.1439345Z    Compiling polyval v0.6.2
2026-06-05T23:57:16.5201455Z    Compiling hash32 v0.2.1
2026-06-05T23:57:16.7919700Z    Compiling parking_lot v0.12.5
2026-06-05T23:57:18.4580353Z    Compiling hashlink v0.9.1
2026-06-05T23:57:19.0369956Z    Compiling hyper-util v0.1.20
2026-06-05T23:57:22.5341241Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-05T23:57:23.0906110Z    Compiling ed25519-dalek v2.2.0
2026-06-05T23:57:24.3620872Z    Compiling spin v0.9.8
2026-06-05T23:57:24.6550741Z    Compiling futures-executor v0.3.32
2026-06-05T23:57:24.9770393Z    Compiling vergen-gitcl v1.0.8
2026-06-05T23:57:25.0936881Z    Compiling num_threads v0.1.7
2026-06-05T23:57:25.3550713Z    Compiling num-conv v0.2.2
2026-06-05T23:57:25.5440846Z    Compiling tower-layer v0.3.3
2026-06-05T23:57:25.5600668Z    Compiling time-core v0.1.8
2026-06-05T23:57:25.7200581Z    Compiling signature v3.0.0
2026-06-05T23:57:25.8210653Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-05T23:57:25.9970911Z    Compiling fallible-iterator v0.3.0
2026-06-05T23:57:26.0481186Z    Compiling time v0.3.47
2026-06-05T23:57:26.2062298Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-05T23:57:26.6371893Z    Compiling ed25519 v3.0.0-rc.4
2026-06-05T23:57:26.6540656Z    Compiling futures v0.3.32
2026-06-05T23:57:27.8771034Z    Compiling spt-proto v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-05T23:57:30.6598150Z    Compiling ghash v0.5.1
2026-06-05T23:57:30.6760570Z    Compiling proc-macro-crate v3.5.0
2026-06-05T23:57:30.7740816Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-05T23:57:31.3950214Z    Compiling sha2 v0.11.0-rc.5
2026-06-05T23:57:35.1250562Z    Compiling ctr v0.9.2
2026-06-05T23:57:35.1342391Z    Compiling aes v0.8.4
2026-06-05T23:57:35.3577858Z    Compiling http-body-util v0.1.3
2026-06-05T23:57:35.7550722Z    Compiling cobs v0.3.0
2026-06-05T23:57:36.1081285Z    Compiling netlink-sys v0.8.8
2026-06-05T23:57:36.7401457Z    Compiling postcard-derive v0.2.2
2026-06-05T23:57:37.0061060Z    Compiling aead v0.5.2
2026-06-05T23:57:37.1251637Z    Compiling openssl-probe v0.2.1
2026-06-05T23:57:37.4367520Z    Compiling postcard v1.1.3
2026-06-05T23:57:38.1199363Z    Compiling rustls-native-certs v0.8.4
2026-06-05T23:57:39.5905099Z    Compiling aes-gcm v0.10.3
2026-06-05T23:57:39.7995456Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-05T23:57:40.0700812Z    Compiling num_enum_derive v0.7.6
2026-06-05T23:57:41.3540791Z    Compiling data-encoding-macro v0.1.20
2026-06-05T23:57:41.4030577Z    Compiling tower v0.5.3
2026-06-05T23:57:41.5870681Z    Compiling crossbeam-channel v0.5.15
2026-06-05T23:57:42.4140821Z    Compiling crossbeam-epoch v0.9.18
2026-06-05T23:57:42.8488335Z    Compiling netlink-packet-route v0.29.0
2026-06-05T23:57:43.1664775Z    Compiling strum_macros v0.28.0
2026-06-05T23:57:46.4825094Z    Compiling iroh-metrics-derive v0.4.1
2026-06-05T23:57:46.9600735Z    Compiling memoffset v0.6.5
2026-06-05T23:57:47.0721538Z    Compiling uuid v1.23.2
2026-06-05T23:57:48.0750564Z    Compiling enum-assoc v1.3.0
2026-06-05T23:57:49.0070807Z    Compiling async-trait v0.1.89
2026-06-05T23:57:50.2629040Z    Compiling netwatch v0.16.0
2026-06-05T23:57:50.4490934Z    Compiling noq v0.18.0
2026-06-05T23:57:50.6430652Z    Compiling blake3 v1.8.5
2026-06-05T23:57:50.9441436Z    Compiling acto v0.8.2
2026-06-05T23:57:51.0774742Z    Compiling ref-cast v1.0.25
2026-06-05T23:57:51.3317114Z    Compiling thiserror v1.0.69
2026-06-05T23:57:51.4002400Z    Compiling sorted-index-buffer v0.2.1
2026-06-05T23:57:51.5787863Z    Compiling xml-rs v0.8.28
2026-06-05T23:57:51.5817417Z    Compiling tagptr v0.2.0
2026-06-05T23:57:51.7601035Z    Compiling lru-slab v0.1.2
2026-06-05T23:57:51.9020808Z    Compiling ryu v1.0.23
2026-06-05T23:57:52.3340329Z    Compiling identity-hash v0.1.0
2026-06-05T23:57:52.4140391Z    Compiling foldhash v0.2.0
2026-06-05T23:57:52.6820673Z    Compiling mac-addr v0.3.0
2026-06-05T23:57:53.1431335Z    Compiling allocator-api2 v0.2.21
2026-06-05T23:57:53.8400360Z    Compiling rustc-hash v2.1.2
2026-06-05T23:57:53.9441237Z    Compiling noq-proto v0.17.0
2026-06-05T23:57:57.3090935Z    Compiling hashbrown v0.16.1
2026-06-05T23:57:59.8760185Z    Compiling netdev v0.42.0
2026-06-05T23:58:07.4080283Z    Compiling xmltree v0.10.3
2026-06-05T23:58:07.8489291Z    Compiling iroh-metrics v0.38.3
2026-06-05T23:58:10.9940778Z    Compiling moka v0.12.15
2026-06-05T23:58:14.0881691Z    Compiling hickory-net v0.26.0-beta.4
2026-06-05T23:58:15.9246017Z    Compiling strum v0.28.0
2026-06-05T23:58:16.0210607Z    Compiling tower-http v0.6.11
2026-06-05T23:58:17.1400699Z    Compiling iroh-relay v0.98.0
2026-06-05T23:58:17.3920382Z    Compiling iroh-base v0.98.0
2026-06-05T23:58:19.2765856Z    Compiling num_enum v0.7.6
2026-06-05T23:58:19.3870759Z    Compiling rustls-platform-verifier v0.7.0
2026-06-05T23:58:20.4090269Z    Compiling netlink-proto v0.12.0
2026-06-05T23:58:20.7972386Z    Compiling n0-watcher v0.6.1
2026-06-05T23:58:21.1420833Z    Compiling hyper-rustls v0.27.9
2026-06-05T23:58:21.6450804Z    Compiling netlink-packet-route v0.30.0
2026-06-05T23:58:23.8870807Z    Compiling attohttpc v0.30.1
2026-06-05T23:58:30.3064166Z    Compiling tokio-stream v0.1.18
2026-06-05T23:58:31.1829832Z    Compiling serde_spanned v0.6.9
2026-06-05T23:58:31.3170550Z    Compiling toml_datetime v0.6.11
2026-06-05T23:58:31.8800639Z    Compiling ref-cast-impl v1.0.25
2026-06-05T23:58:32.4319466Z    Compiling thiserror-impl v1.0.69
2026-06-05T23:58:34.2050091Z    Compiling simple-dns v0.9.3
2026-06-05T23:58:43.9654303Z    Compiling serde_derive_internals v0.29.1
2026-06-05T23:58:44.1630714Z    Compiling serial-core v0.4.0
2026-06-05T23:58:44.3730376Z    Compiling ioctl-rs v0.1.6
2026-06-05T23:58:44.4710193Z    Compiling termios v0.2.2
2026-06-05T23:58:44.6259652Z    Compiling smol_str v0.1.24
2026-06-05T23:58:44.9944321Z    Compiling sha1_smol v1.0.1
2026-06-05T23:58:45.4340706Z    Compiling constant_time_eq v0.4.2
2026-06-05T23:58:45.4550399Z    Compiling resolv-conf v0.7.6
2026-06-05T23:58:45.6530928Z    Compiling arrayref v0.3.9
2026-06-05T23:58:45.6958535Z    Compiling toml_write v0.1.2
2026-06-05T23:58:46.0100657Z    Compiling winnow v0.7.15
2026-06-05T23:58:46.5680653Z    Compiling simdutf8 v0.1.5
2026-06-05T23:58:47.2105756Z    Compiling arrayvec v0.7.6
2026-06-05T23:58:47.8223292Z    Compiling rusqlite v0.32.1
2026-06-05T23:58:49.0870607Z    Compiling tokio-websockets v0.13.2
2026-06-05T23:58:50.1971108Z    Compiling spt-store v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-05T23:58:52.3743392Z    Compiling toml_edit v0.22.27
2026-06-05T23:58:52.3830345Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-05T23:58:54.7350764Z    Compiling spt-msg v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-05T23:58:56.3590889Z    Compiling schemars_derive v1.2.1
2026-06-05T23:59:00.0300818Z    Compiling serial-unix v0.4.0
2026-06-05T23:59:00.3680675Z    Compiling iroh-dns v0.98.0
2026-06-05T23:59:11.7757105Z    Compiling igd-next v0.17.1
2026-06-05T23:59:14.2750758Z    Compiling reqwest v0.13.4
2026-06-05T23:59:19.3622412Z    Compiling lru v0.16.4
2026-06-05T23:59:19.6287828Z    Compiling hmac v0.12.1
2026-06-05T23:59:19.8590621Z    Compiling webpki-roots v1.0.7
2026-06-05T23:59:19.9716982Z    Compiling iroh v0.98.2
2026-06-05T23:59:20.2010854Z    Compiling serde_bytes v0.11.19
2026-06-05T23:59:20.5480956Z    Compiling aho-corasick v1.1.4
2026-06-05T23:59:23.2159309Z    Compiling seize v0.5.1
2026-06-05T23:59:23.9914923Z    Compiling pin-utils v0.1.0
2026-06-05T23:59:24.0481079Z    Compiling utf8parse v0.2.2
2026-06-05T23:59:24.1250471Z    Compiling cmov v0.5.4
2026-06-05T23:59:24.5010671Z    Compiling regex-syntax v0.8.10
2026-06-05T23:59:28.9618674Z    Compiling bitflags v1.3.2
2026-06-05T23:59:29.0109690Z    Compiling dyn-clone v1.0.20
2026-06-05T23:59:29.1424246Z    Compiling schemars v1.2.1
2026-06-05T23:59:32.2390783Z    Compiling nix v0.25.1
2026-06-05T23:59:39.0430315Z    Compiling regex-automata v0.4.14
2026-06-05T23:59:39.5980685Z    Compiling ctutils v0.4.2
2026-06-05T23:59:39.9800566Z    Compiling anstyle-parse v1.0.0
2026-06-05T23:59:40.2600753Z    Compiling papaya v0.2.4
2026-06-05T23:59:41.3681105Z    Compiling hkdf v0.12.4
2026-06-05T23:59:41.5274929Z    Compiling portmapper v0.16.0
2026-06-05T23:59:42.4556665Z    Compiling filedescriptor v0.8.3
2026-06-05T23:59:42.7755093Z    Compiling serial v0.4.0
2026-06-05T23:59:42.8370699Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-06T00:00:01.8021207Z    Compiling toml v0.8.23
2026-06-06T00:00:02.5030623Z    Compiling backon v1.6.0
2026-06-06T00:00:02.9558517Z    Compiling anstyle v1.0.14
2026-06-06T00:00:03.3290709Z    Compiling colorchoice v1.0.5
2026-06-06T00:00:03.4115699Z    Compiling anstyle-query v1.1.5
2026-06-06T00:00:03.4870672Z    Compiling shell-words v1.1.1
2026-06-06T00:00:03.8060399Z    Compiling is_terminal_polyfill v1.70.2
2026-06-06T00:00:03.8670693Z    Compiling downcast-rs v1.2.1
2026-06-06T00:00:03.9320677Z    Compiling portable-pty v0.8.1
2026-06-06T00:00:07.3200318Z    Compiling anstream v1.0.0
2026-06-06T00:00:07.8691336Z    Compiling spt-runtime v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-06T00:00:08.1750563Z    Compiling regex v1.12.3
2026-06-06T00:00:10.9511072Z    Compiling spake2 v0.4.0
2026-06-06T00:00:11.6980940Z    Compiling sha1 v0.10.6
2026-06-06T00:00:13.8071996Z    Compiling doctest-file v1.1.1
2026-06-06T00:00:14.3000543Z    Compiling clap_lex v1.1.0
2026-06-06T00:00:14.8030688Z    Compiling clap_builder v4.6.0
2026-06-06T00:00:18.7490635Z    Compiling interprocess v2.4.2
2026-06-06T00:00:20.3779475Z    Compiling spt-live v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-06T00:00:22.9090975Z    Compiling spt-term v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-06T00:00:28.2830639Z    Compiling clap_derive v4.6.1
2026-06-06T00:00:31.2700989Z    Compiling clap v4.6.1
2026-06-06T00:01:11.7725892Z    Compiling spt-net v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-06T00:01:13.9996487Z    Compiling spt-daemon v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-06T00:01:43.0061522Z    Compiling spt v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-06T00:01:52.0804090Z     Finished `release` profile [optimized] target(s) in 5m 57s
2026-06-06T00:01:52.1315725Z ##[group]Run mkdir -p dist
2026-06-06T00:01:52.1316450Z [36;1mmkdir -p dist[0m
2026-06-06T00:01:52.1316902Z [36;1mcp "target/release/spt" "dist/spt-x86_64-linux"[0m
2026-06-06T00:01:52.1339960Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-06T00:01:52.1340493Z ##[endgroup]
2026-06-06T00:01:53.5673985Z ##[group]Run actions/upload-artifact@v4
2026-06-06T00:01:53.5674456Z with:
2026-06-06T00:01:53.5674770Z   name: spt-x86_64-linux
2026-06-06T00:01:53.5675127Z   path: dist/spt-x86_64-linux
2026-06-06T00:01:53.5675503Z   if-no-files-found: error
2026-06-06T00:01:53.5675863Z   compression-level: 6
2026-06-06T00:01:53.5676207Z   overwrite: false
2026-06-06T00:01:53.5676531Z   include-hidden-files: false
2026-06-06T00:01:53.5676890Z ##[endgroup]
2026-06-06T00:01:53.9625225Z With the provided path, there will be 1 file uploaded
2026-06-06T00:01:53.9633547Z Artifact name is valid!
2026-06-06T00:01:53.9634896Z Root directory input is valid!
2026-06-06T00:01:54.4318333Z Beginning upload of artifact content to blob storage
2026-06-06T00:01:58.0201185Z Uploaded bytes 8388608
2026-06-06T00:01:58.9533953Z Uploaded bytes 11335511
2026-06-06T00:01:59.0455618Z Finished uploading artifact content to blob storage!
2026-06-06T00:01:59.0480746Z SHA256 digest of uploaded artifact zip is f68099aa96afe40e1e0fca2c4c9320b1c8876dceffbfa4a072ee5111e5f76385
2026-06-06T00:01:59.0483295Z Finalizing artifact upload
2026-06-06T00:01:59.2860673Z Artifact spt-x86_64-linux.zip successfully finalized. Artifact ID 7449116281
2026-06-06T00:01:59.2861918Z Artifact spt-x86_64-linux has been successfully uploaded! Final size is 11335511 bytes. Artifact ID is 7449116281
2026-06-06T00:01:59.2863886Z Artifact download URL: https://github.com/SaberMage/spt-core/actions/runs/27046123347/artifacts/7449116281
2026-06-06T00:01:59.3150589Z Post job cleanup.
2026-06-06T00:01:59.4379323Z [command]/usr/bin/git version
2026-06-06T00:01:59.4435301Z git version 2.34.1
2026-06-06T00:01:59.4481132Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/c7c7edb9-3ea0-4a79-a8ed-6758f2495afd/.gitconfig'
2026-06-06T00:01:59.4504202Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/c7c7edb9-3ea0-4a79-a8ed-6758f2495afd' before making global git config changes
2026-06-06T00:01:59.4505580Z Adding repository directory to the temporary git global config as a safe directory
2026-06-06T00:01:59.4514010Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-06T00:01:59.4562741Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-06T00:01:59.4608557Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-06T00:01:59.4852189Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-06T00:01:59.4882156Z http.https://github.com/.extraheader
2026-06-06T00:01:59.4896010Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-06T00:01:59.4941276Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-06T00:01:59.5209265Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-06T00:01:59.5256213Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-06T00:01:59.5722376Z Cleaning up orphan processes
2026-06-06T00:01:59.6327330Z ##[warning]Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
